home *** CD-ROM | disk | FTP | other *** search
/ Futurshow - Un Taglio Al Passato / Futurshow - Un Taglio Al Passato.iso / mac / ante.dir / 00002_Script_2 < prev    next >
Text File  |  1998-03-11  |  225b  |  12 lines

  1. on exitFrame
  2.   go the frame
  3. end
  4.  
  5. on keyDown
  6.   if keyCode()=125 then --giu
  7.     scrollByLine (the member of sprite 3),1
  8.   end if
  9.   if  keyCode()=126 then --su
  10.     scrollByLine (the member of sprite 3),-1
  11.   end if
  12. end